home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / SWAG / SWAGA_C / ARCHIVES.SWG / 0031_Zrchive Signatures.pas < prev   
Pascal/Delphi Source File  |  1995-05-26  |  658b  |  21 lines

  1.  
  2. { Updated ARCHIVES.SWG on May 26, 1995 }
  3.  
  4. {
  5. > Therefore I need the fileformats of all
  6. > known archive types. And in special:
  7.  
  8.   Here are the ones I know there OffSet in the File and the Sig.
  9.  
  10.   Format        OffSet           ASCII Sequence
  11.   ------        ------           --------------
  12.  
  13.    ZIP            1               #80 + #75 + #3 + #4
  14.    ARJ            1               #96 + #232
  15.    LHA            3               #45 + #108 + #104
  16.    ZOO            1               #90 + #79 + #79
  17.    SQZ            1               #72 + #76 + #83 + #81 + #90
  18.    PAK            1               #26 + #10
  19.    ARC            1               #26
  20. }
  21.